From: Martin Storsjö Date: Tue, 1 Oct 2024 20:59:41 +0000 (+0300) Subject: libavcodec: x86: Remove an explicit include of config.asm X-Git-Tag: archive/raspbian/7%8.1-3+rpi1~1^2^2^2~6 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/success//%22mailto:kde%40ewsoftware.de/%22/%22http:/www.example.com/cgi/success/%22mailto:kde%40ewsoftware.de/%22?a=commitdiff_plain;h=9baeb50f5c0e6003472c752d7134e16091896361;p=ffmpeg.git libavcodec: x86: Remove an explicit include of config.asm This file is never included explicitly anywhere else, it's only included implicitly by passing -Pconfig.asm on the command line. Signed-off-by: Martin Storsjö (cherry picked from commit 5c4ede6b4ff6fa8818f0ca3f686aa54c1c2092b8) Gbp-Pq: Name 0010-libavcodec-x86-Remove-an-explicit-include-of-config..patch --- diff --git a/libavcodec/x86/celt_pvq_search.asm b/libavcodec/x86/celt_pvq_search.asm index e9bff026..3c6974d3 100644 --- a/libavcodec/x86/celt_pvq_search.asm +++ b/libavcodec/x86/celt_pvq_search.asm @@ -20,7 +20,6 @@ ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ;****************************************************************************** -%include "config.asm" %include "libavutil/x86/x86util.asm" %ifdef __NASM_VER__